Skip to main content

All Questions

17votes
1answer
3kviews

Is it wrong to think of "memfd"s as accounted "to the process that owns the file"?

https://dvdhrm.wordpress.com/2014/06/10/memfd_create2/ Theoretically, you could achieve [memfd_create()] behavior without introducing new syscalls, like this: int fd = open("/tmp", O_RDWR | ...
sourcejedi's user avatar
2votes
0answers
2kviews

Extremely high shmem usage

I'm trying to debug the issue that's periodically taking down my work machine. It's an OOM-type problem, and based on this /proc/meminfo output: Total: 32902608 kB MemFree: 4054100 kB ...
user508633's user avatar

close